home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19960209-19960425 / 000083_news@columbia.edu _Sat Feb 24 17:39:08 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: news@columbia.edu
  2. Received: from apakabar.cc.columbia.edu (apakabar.cc.columbia.edu [128.59.35.159]) by watsun.cc.columbia.edu (8.7.3/8.7.3) with ESMTP id RAA08059 for <kermit.misc@watsun>; Sat, 24 Feb 1996 17:39:07 -0500 (EST)
  3. Received: (from news@localhost) by apakabar.cc.columbia.edu (8.7.3/8.7.3) id RAA26389 for kermit.misc@watsun; Sat, 24 Feb 1996 17:39:02 -0500 (EST)
  4. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  5. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: Flow control in Kermit 3.13
  8. Date: 24 Feb 1996 22:38:46 GMT
  9. Organization: Columbia University
  10. Lines: 47
  11. Message-ID: <4go41m$pog@apakabar.cc.columbia.edu>
  12. References: <4gm8n4$663@hermes.louisville.edu>
  13. NNTP-Posting-Host: watsun.cc.columbia.edu
  14.  
  15. In article <4gm8n4$663@hermes.louisville.edu>,
  16. Walter R. Coe <wrcoe001@homer.louisville.edu> wrote:
  17. : Via a dail-up 28,800 modem I am accessing a Unix box via Kermit 3.13
  18. : comms software.  I am expereincing on-going delays or "hangs" both in
  19. : keying in data as well as transfering text and binary files from the
  20. : Unix box to my PC.  The same sort of "hang" occurs with an IBM big box.
  21. : I guess Kermit 3.13 and the 28,800 are the problem.  Someone has told me
  22. : I am having a "flow control" problem.  Does anyone know if that sounds
  23. : correct?
  24. It is most likely correct.
  25.  
  26. : To solve the "flow control" problem I was told I could key in rts to somehow
  27. : change the stiuation.  Anyone have a clue as to what rts is about?  Key it
  28. : in where?  Is there a change needed to the MSkermit.ini file?
  29. Like it says in the manual, "Using MS-DOS Kermit", which you should consult,
  30. the command is "set flow rts/cts".  You can type it at the prompt, you can
  31. put it in your MSKERMIT.INI file, or enter in any other way you like.
  32.  
  33. But that's just the beginning.  To take full advantage of your modem, you
  34. should:
  35.  
  36.  . Use a higher interface speed than the maximum connection speed (28800)
  37.    so the modem's compression can take effect.  Use 115200 bps if it works,
  38.    57600 if it doesn't (you need a well-tuned buffered UART to do 115200
  39.    without trouble).
  40.  
  41.  . Configure the modem also to use RTS/CTS flow control.
  42.  
  43.  . Also make sure you have enabled error correction and data compression
  44.    in the modem itself.
  45.  
  46. You should also use the current version of MS-DOS Kermit, which is 3.14.
  47.  
  48. All of these steps are performed for you automatically if you use one of
  49. MS-DOS Kermit's dialing scripts.  Tell Kermit to "set modem xxx", where
  50. xxx corresponds to the name (the part before the period) of the appropriate
  51. dialing script in MS-DOS Kermit's MODEMS subdirectory.  Then just use
  52. the "dial" command to dial a number.
  53.  
  54. To find out how to get the latest version of MS-DOS Kermit and the manual,
  55. see our Web page:
  56.  
  57.   http://www.columbia.edu/kermit/
  58.  
  59. - Frank